home *** CD-ROM | disk | FTP | other *** search
- object FormJsAssist: TFormJsAssist
- Left = 484
- Top = 199
- Width = 312
- Height = 332
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'JavaScript Object Assisitant'
- Color = clBtnFace
- Constraints.MinHeight = 332
- Constraints.MinWidth = 212
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 10
- Width = 89
- Height = 17
- AutoSize = False
- Caption = 'Object Reference:'
- end
- object Page1: TPageControl
- Left = 0
- Top = 32
- Width = 304
- Height = 247
- ActivePage = TabProp
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 0
- OnChange = Page1Change
- object TabProp: TTabSheet
- Caption = 'Properties'
- object GridP: TStringGrid
- Left = 3
- Top = 0
- Width = 294
- Height = 219
- Anchors = [akLeft, akTop, akRight, akBottom]
- BorderStyle = bsNone
- Color = clBtnFace
- ColCount = 2
- DefaultColWidth = 146
- DefaultRowHeight = 19
- FixedColor = clInactiveCaption
- FixedCols = 0
- RowCount = 1
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
- ScrollBars = ssVertical
- TabOrder = 0
- OnKeyDown = GridPKeyDown
- OnSelectCell = GridPSelectCell
- OnTopLeftChanged = GridPTopLeftChanged
- end
- end
- object TabMethods: TTabSheet
- Caption = 'Methods'
- ImageIndex = 1
- object GridM: TStringGrid
- Left = 3
- Top = 0
- Width = 294
- Height = 219
- Anchors = [akLeft, akTop, akRight, akBottom]
- BorderStyle = bsNone
- Color = clBtnFace
- ColCount = 2
- DefaultColWidth = 146
- DefaultRowHeight = 19
- FixedColor = clInactiveCaption
- FixedCols = 0
- RowCount = 1
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
- ScrollBars = ssVertical
- TabOrder = 0
- OnKeyDown = GridMKeyDown
- OnSelectCell = GridMSelectCell
- OnTopLeftChanged = GridMTopLeftChanged
- end
- end
- end
- object Button1: TButton
- Left = 143
- Top = 280
- Width = 53
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 197
- Top = 280
- Width = 53
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 251
- Top = 280
- Width = 53
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Help'
- TabOrder = 3
- OnClick = Button3Click
- end
- object EditRef: TComboBox
- Left = 104
- Top = 8
- Width = 200
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 4
- OnKeyDown = EditRefKeyDown
- end
- object Combo1: TComboBox
- Tag = -1
- Left = 8
- Top = 152
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 5
- Visible = False
- OnChange = Combo1Change
- OnExit = Combo1Exit
- OnKeyDown = Combo1KeyDown
- Items.Strings = (
- '_getValue'
- '_callMethod')
- end
- object Open1: TOpenDialog
- Left = 228
- Top = 88
- end
- end
-